FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package tiplu.maia.schnittstellendefinition#1.1.1 (94 ms)

Package tiplu.maia.schnittstellendefinition
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=tiplu.maia.schnittstellendefinition@1.1.1&canonical=https://tiplu.de/fhir/maia/StructureDefinition/MaiaLaborbefund
Url https://tiplu.de/fhir/maia/StructureDefinition/MaiaLaborbefund
Version 1.0.0
Status active
Date 2023-02-27
Name MaiaLaborbefund
Title Maia Laborbefund
Experimental False
Description Das vorliegende DiagnosticReport-Profil im Use Case eines Laborbefundes beschreibt alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss.
Type DiagnosticReport
Kind resource

Resources that use this resource

CapabilityStatement
https://tiplu.de/fhir/maia/CapabilityStatement/1.0.0 Maia 1.0 CapabilityStatement

Resources that this resource uses

StructureDefinition
https://tiplu.de/fhir/maia/StructureDefinition/MaiaKontaktGesundheitseinrichtung Maia KontaktGesundheitseinrichtung
https://tiplu.de/fhir/maia/StructureDefinition/MaiaLaboruntersuchung Maia Laboruntersuchung
https://tiplu.de/fhir/StructureDefinition/DiagnosticReport-BasedOn-PlacerNumberReference DiagnosticReport-BasedOn-PlacerNumberReference


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "MaiaLaborbefund",
  "url" : "https://tiplu.de/fhir/maia/StructureDefinition/MaiaLaborbefund",
  "version" : "1.0.0",
  "name" : "MaiaLaborbefund",
  "title" : "Maia Laborbefund",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-02-27",
  "publisher" : "Tiplu GmbH",
  "description" : "Das vorliegende DiagnosticReport-Profil im Use Case eines Laborbefundes beschreibt alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "DiagnosticReport",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "DiagnosticReport.id",
        "path" : "DiagnosticReport.id",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.identifier",
        "path" : "DiagnosticReport.identifier",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "type"
            }
          ],
          "rules" : "open"
        },
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.identifier:Befundnummer",
        "path" : "DiagnosticReport.identifier",
        "sliceName" : "Befundnummer",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "DiagnosticReport.identifier:Befundnummer.type",
        "path" : "DiagnosticReport.identifier.type",
        "min" : 1,
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "FILL",
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0203"
            }
          ]
        },
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.identifier:Befundnummer.type.coding",
        "path" : "DiagnosticReport.identifier.type.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        },
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.identifier:Befundnummer.type.coding:fillerV2",
        "path" : "DiagnosticReport.identifier.type.coding",
        "sliceName" : "fillerV2",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.identifier:Befundnummer.type.coding:fillerV2.system",
        "path" : "DiagnosticReport.identifier.type.coding.system",
        "min" : 1,
        "fixedUri" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.identifier:Befundnummer.type.coding:fillerV2.code",
        "path" : "DiagnosticReport.identifier.type.coding.code",
        "min" : 1,
        "fixedCode" : "FILL",
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.identifier:Befundnummer.system",
        "path" : "DiagnosticReport.identifier.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.identifier:Befundnummer.value",
        "path" : "DiagnosticReport.identifier.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.basedOn",
        "path" : "DiagnosticReport.basedOn",
        "type" : [
          {
            "code" : "Reference",
            "profile" : [
              "https://tiplu.de/fhir/StructureDefinition/DiagnosticReport-BasedOn-PlacerNumberReference"
            ],
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/CarePlan",
              "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation",
              "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
              "http://hl7.org/fhir/StructureDefinition/NutritionOrder",
              "http://hl7.org/fhir/StructureDefinition/ServiceRequest"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.status",
        "path" : "DiagnosticReport.status",
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.code",
        "path" : "DiagnosticReport.code",
        "patternCodeableConcept" : {
          "coding" : [
            {
              "code" : "11502-2",
              "system" : "http://loinc.org"
            }
          ]
        },
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.subject",
        "path" : "DiagnosticReport.subject",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.encounter",
        "path" : "DiagnosticReport.encounter",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://tiplu.de/fhir/maia/StructureDefinition/MaiaKontaktGesundheitseinrichtung"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.effective[x]",
        "path" : "DiagnosticReport.effective[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.effective[x]:effectiveDateTime",
        "path" : "DiagnosticReport.effective[x]",
        "sliceName" : "effectiveDateTime",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.result",
        "path" : "DiagnosticReport.result",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://tiplu.de/fhir/maia/StructureDefinition/MaiaLaboruntersuchung"
            ]
          }
        ],
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.